home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Tools / Development / source-highlight-1.6.1 / Doc / mono.css < prev    next >
Cascading Style Sheet File  |  2002-11-17  |  299b  |  30 lines

  1. BODY {
  2.   font-weight: normal;
  3.   background-color: white;
  4. }
  5.  
  6. .keyword {
  7.   color: black;
  8.   font-weight: bold;
  9.   text-decoration: underline;
  10. }
  11.  
  12. .type {
  13.   color: black;
  14.   font-weight: bold;
  15. }
  16.  
  17. .string {
  18.   color: gray;
  19. }
  20.  
  21. .comment {
  22.   color: silver;
  23.   font-style: italic;
  24. }
  25.  
  26. .number {
  27.   color: black;
  28. }
  29.  
  30.